variable |
Description |
$email.smtp |
IP
Address of the SMTP server.(Eg. "192.168.1.1") |
$email.port |
(Optional
)Default (i.e."25") Port Address of the SMTP server. |
$email.from |
From
Address of the mail. There can be multiple 'from addresses' separated
by commas. In that case, SendMail() subsequently checks the validity
of the address from the first one onwards and accepts one and only one
address that is valid. |
$email.to |
Valid
' To Addresses ' or ' To Address ' of the
email. One copy of the mail is sent to each, in the case of multiple
email addresses. |
$email.subject |
(Optional)
Subject of the mail. |
$email.cc |
(Optional)
Addresses to which " Carbon Copies " of the mail are sent.
Each recipient gets the addresses of all others, to whom this mail has
been sent. |
$email.bcc |
(Optional)
Addresses to which " Blind Carbon Copies " of the mail
are sent so that you are not revealing someone else's email address
to the recipient other than his own. |
$email.body |
Content
of the mail. |
$email.errno |
If
the mail was not sent successfully, it would return the error no. |
$email.error |
If
the mail transfer was not successful, then an error would be reported.
Its content would be same as that of $Error. |
$email.pop |
IP
Address of the POP server.(Eg. "192.168.1.1") |
$email.user |
User
name for authentication with the POP server. |
$email.password |
User
password for authentication with the POP server. |